How to include the Xamarin C# binding in your Xamarin project
The Xamarin AppConnect C# binding is available in AppConnectiOSSDK_V<version>_<build>.zip in AppConnectSDKBinding.dll.
To include AppConnectSDKBinding.dll in your Xamarin solution using Xamarin Studio:
-
Unzip AppConnectiOSSDK_V<version>_<build>.zip on to your computer.
-
Open your app’s solution in Xamarin Studio.
-
In the iOS project, select References > Edit References...
-
Select the .Net Assembly tab.
-
Click Browse to navigate to and select the AppConnectSDKBinding.dll in the unzipped AppConnect SDK folders.
-
Click Open to select the DLL file.
-
Click OK.
The classes, methods, and properties of the Xamarin AppConnect C# APIs are now available for your app to use.